Which bitwise operator is suitable for checking whether a particular bit is on or off?

Options
&& operator
& operator
|| operator
| operator
! operator
^ operator




& operator

| operator

^ operator
